img.fuse-logo {
    width: 150px;
    margin-left: 30px;
}

a.fuse-website-link {
    font-family: "Gotham-Ultra";
    color: #000;
    padding: 15px;
}

li#login-btn {
    padding-right: 15px;
}

a#loginBtn {
    background: #FECA1C;
    color: #000;
    padding: 15px;
    font-family: "Gotham-Ultra";
    text-decoration: none;
    border-radius: 8px;
}

a#loginBtn:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#loginBtn:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#registerBtn {
    background: #FECA1C;
    color: #000;
    padding: 15px;
    font-family: "Gotham-Ultra";
    text-decoration: none;
    border-radius: 8px;
}

a#registerBtn:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#registerBtn:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

nav.navbar.navbar-expand-lg {
    padding-right: 50px;
}

h1.title-one {
    font-family: "Gotham-Ultra";
    color: #000;
}

p.text-block {
    font-family: "Gotham-Book";
    color: #000;
}

a#ctl00_mCPH_RegisterLink {
    color: #000;
    font-family: "Gotham-Book";
}

a.link {
    color: #000;
    font-family: "Gotham-Book";
}

input#ctl00_mCPH_LoginButton {
    background: #FECA1C;
    color: #000;
    padding: 10px;
    font-family: "Gotham-Ultra";
    text-decoration: none;
    border-radius: 8px;
    border: none;
}

span.text-info {
    color: #000 !important;
    font-family: "Gotham-Book";
}

input#ctl00_mCPH_LoginButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#ctl00_mCPH_LoginButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a.btn.btn-primary.link {
    background: #FECA1C;
    color: #000;
    padding: 10px;
    font-family: "Gotham-Ultra";
    text-decoration: none;
    border-radius: 8px;
    border: none;
}

a.btn.btn-primary.link:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a.btn.btn-primary.link:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

/* .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    padding-right: 50px;
} */

h1.heading {
    font-family: "Gotham-Ultra";
    color: #000;
}

h2#PageFilterLabel {
    color: #000;
    font-family: "Gotham-Ultra";
}

.form__input {
    font-family: "Gotham-Book";
    color: #000;
}

input#btnApplyFilters {
    background: #FECA1C;
    color: #000;
    padding: 10px;
    font-family: "Gotham-Ultra";
    text-decoration: none;
    border-radius: 8px;
    border: 0px;
}

input#btnApplyFilters:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#btnApplyFilters:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

table.dataTable thead>tr>th div.dt-column-header span.dt-column-title,
table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title,
table.dataTable thead>tr>td div.dt-column-header span.dt-column-title,
table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title,
table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title,
table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title,
table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title,
table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title {
    flex-grow: 1;
    font-family: "Gotham-Ultra";
    color: #000;
}

caption.table-caption {
    display: none;
}

.vacancy-panel>.panel-body {
    padding: 1rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.vacancyDetailsCardWrapper.col-md-12 {
    margin-bottom: 30px;
}

img.card-img.img.img-responsive.img-fluid.img-thumbnail.vacancy-panel-logo {
    border: none;
}

a.link.vacancy-panel-link {
    color: #000;
    font-weight: bold;
    font-family: "Gotham-Ultra";
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.panel-footer.card-footer.vacancy-panel-footer {
    background: #feca1c;
}

.vacancy-panel-title {
    min-height: initial;
    font-family: "Gotham-Ultra";
    color: #000 !important;
    font-size: 20px;
}

.vacancy-panel-label {
    font-weight: bold;
    font-family: "Gotham-Ultra";
    color: #000;
    font-size: 18px;
}

span.vacancy-panel-employer-name {
    font-family: "Gotham-Book";
    color: #000;
}

span.vacancy-panel-type {
    font-family: "Gotham-Book";
    color: #000;
}

span.vacancy-panel-salary {
    font-family: "Gotham-Book";
    color: #000;
}

span.vacancy-panel-postcode {
    font-family: "Gotham-Book";
    color: #000;
}

span.vacancy-panel-closing-date {
    font-family: "Gotham-Book";
    color: #000;
}

a#btn1 {
    position: relative;
    background: #feca1c;
    padding-left: 20px;
    border-radius: 8px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Gotham-Book";
    border: none;
    color: #000;
}

a#btn1:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#btn1:focus {
    background: #fff;
    color: #000 !important;
    outline: 2px dashed #000;
}

div#residentPanel {
    border: 2px double #feca1c !important;
    border-width: 6px;
    left: 2rem;
    position: relative;
    margin-bottom: 3rem;
}

.panel-heading.resident-heading {
    background: #feca1c;
    font-family: "Gotham-Ultra";
    font-size: 20px !important;
}

p.resident-text {
    margin-top: 1rem;
    font-family: "Gotham-Book";
    font-size: 16px !important;
}

div#ctl00_mCPH_divHeader {
    font-family: "Gotham-Ultra";
    font-size: 36px;
    color: #000;
}

div#ctl00_mCPH_divSubHeader {
    font-family: "Gotham-Book";
    color: #000;
}

input#btnRegister {
    position: relative;
    background: #feca1c;
    padding-left: 20px;
    border-radius: 8px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Gotham-Book";
    border: none;
    color: #000;
}

input#btnRegister:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#btnRegister:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

input#OpenGoogleDirectionsButton {
    position: relative;
    background: #feca1c;
    padding-left: 20px;
    border-radius: 8px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Gotham-Ultra";
    border: none;
    color: #000;
    font-size: 16px;
}

input#OpenGoogleDirectionsButton:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

input#OpenGoogleDirectionsButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
div#residentPanel {
    left: 50%;
}
@media only screen and (max-width: 768px) {
    li#login-btn {
        padding-right: 15px;
        padding-top: 1rem;
        margin-left: 1rem;
    }

    li#register-btn-white {
        padding-top: 2rem;
        padding-left: 1rem;
    }

    img.fuse-logo {
        width: 150px;
        margin-left: 1rem;
    }

    .vacancy-panel-image-content {
        margin-top: 1.5rem !important;
        width: 200px;
    }
}

@media only screen and (max-width: 425px) {
    h1.title-one {
        margin-top: 30px;
    }
}